ArcGIS API for WPF - Library Reference
Route(IEnumerable<MapPoint>) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Bing Namespace > Routing Class > Route Method : Route(IEnumerable<MapPoint>) Method

waypoints
The waypoints as points.
Synchronous request for a route between the specified waypoints.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Route( _
   ByVal waypoints As IEnumerable(Of MapPoint) _
) As RouteResponse
C# 
public RouteResponse Route( 
   IEnumerable<MapPoint> waypoints
)

Parameters

waypoints
The waypoints as points.

Return Value

the results from the routing task.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.